XFINIUM.PDF Documentation
PdfSetLineDashPatternOperator Constructor(Double[],Double)



An array of numbers that specify the lengths of alternating dashes and gaps.
The dash phase.
Initializes a new PdfSetLineDashPatternOperator object.
Syntax
'Declaration
 
Public Function New( _
   ByVal dashArray() As Double, _
   ByVal dashPhase As Double _
)
'Usage
 
Dim dashArray() As Double
Dim dashPhase As Double
 
Dim instance As New PdfSetLineDashPatternOperator(dashArray, dashPhase)
public PdfSetLineDashPatternOperator( 
   double[] dashArray,
   double dashPhase
)
public:
PdfSetLineDashPatternOperator( 
   array<double>^ dashArray,
   double dashPhase
)

Parameters

dashArray
An array of numbers that specify the lengths of alternating dashes and gaps.
dashPhase
The dash phase.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfSetLineDashPatternOperator Class
PdfSetLineDashPatternOperator Members
Overload List

Send Feedback